projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b366ae9
)
Remove debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Jun 2010 12:58:16 +0000
(08:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Jun 2010 12:58:16 +0000
(08:58 -0400)
gtk/gtkapplication.c
patch
|
blob
|
history
diff --git
a/gtk/gtkapplication.c
b/gtk/gtkapplication.c
index 843705fc899a5ecd018a59068e940eaed1e0f539..444bc9b5db88001f42e32c6ca6dc9ab075fa40c1 100644
(file)
--- a/
gtk/gtkapplication.c
+++ b/
gtk/gtkapplication.c
@@
-450,9
+450,6
@@
setup_default_window_decorations (void)
title = g_key_file_get_locale_string (keyfile, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_NAME, NULL, NULL);
icon_name = g_key_file_get_string (keyfile, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_ICON, NULL);
- g_print ("default title: %s\n", title);
- g_print ("default icon: %s\n", icon_name);
-
if (default_title == NULL)
default_title = title;